20230322
[shlib.git] / testing / 7.shlib_v0_5_testing.Testing for shlib v0_5.unit / 2.codegen_testing.codegen Testing.unit / scripts / nest.shlib
blob0edf1cb3c7fe4ab5f1d1e672c17581a38c8461f8
1 #!/bin/bash
2 ############################################################
3 # source: nest.shlib
4 # author: devenkong(18151155@qq.com)
5 # date: 2021-10-03
6 ############################################################
7 # Copyright (C) 2022- Free Software Foundation, Inc.
8 # This configure script is free software; the Free Software
9 # Foundation gives unlimited permission to copy, distribute
10 # and modify it.
11 ############################################################
12 # note:
13 # this is a test shlib file for uniq include testing. it
14 # include other shlib maybe application will include too.
15 ############################################################
17 . shlibinc
19 include stdio.shlib
21 nest_test_func ()
23 dbgout "nest_test_func() is invoked in nest.shlib.\n"